home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0362 / bcsdk.zip / TESTDDE.RC < prev   
Text File  |  1995-04-01  |  904b  |  53 lines

  1. /*
  2.     BarClock(tm) v2.4
  3.  
  4.     Copyright (c) 1993-1994  Patrick Breen
  5.     All rights reserved.
  6.  
  7.     How to reach me:
  8.  
  9.         Patrick Breen
  10.  
  11.         Atomic Dog Software
  12.         PO Box 523
  13.         Medford, MA 02155
  14.  
  15.         Phone (617) 396-2673
  16.         Fax   (617) 396-5761
  17.  
  18.         Internet:            pbreen@world.std.com
  19.         CompuServe:         70312,743
  20.         America Online:     PBreen
  21. */
  22.  
  23. #include <windows.h>
  24.  
  25. 100 MENU
  26. BEGIN
  27.     POPUP "BarClock DDE"
  28.     BEGIN
  29.         MENUITEM "Message...", 100
  30.         MENUITEM "Calendar", 101
  31.         MENUITEM "Play wave", 102
  32.         MENUITEM "Run app", 103
  33.  
  34.         MENUITEM SEPARATOR
  35.         MENUITEM "Add Timer", 110
  36.         MENUITEM "Delete Timer", 111
  37.         MENUITEM "Start Timer", 112
  38.         MENUITEM "Stop Timer", 113
  39.  
  40.         MENUITEM SEPARATOR
  41.         MENUITEM "Add Alarm", 120
  42.         MENUITEM "Delete Alarm", 121
  43.  
  44.         MENUITEM SEPARATOR
  45.         MENUITEM "Choose host...", 140
  46.         MENUITEM "Clear host", 141
  47.  
  48.         MENUITEM SEPARATOR
  49.         MENUITEM "Exit", 200
  50.     END
  51. END
  52.  
  53.